home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / love4th.zip / README.DOC < prev    next >
Text File  |  1991-10-01  |  2KB  |  92 lines

  1.                 L.O.V.E. FORTH Shareware Version
  2.  
  3.                 To begin the demo type:
  4.                    GO (enter)
  5.  
  6.  
  7.                         The following files comprise the shareware version:
  8.  
  9. ORDERFRM                order form
  10. LICENCES DOC            shareware licence
  11.  
  12. DEMO-GS  DEM            }
  13. DEMO-LD  DEM            } files for demo
  14. DEMO-MU  DEM            }
  15. DEMO-VR  DEM            }
  16. DEMO     SCR            }
  17. 2DEMO    TXT            }
  18.  
  19. GO       BAT            to start hyperhelper and demo
  20. LOVES    EXE            demo program
  21.                              includes:  block disk words
  22.                                         local variables
  23. VASMLINK VTR            assembler and linker virtual vocabulary
  24. VUTIL    VTR            utilities virtual vocabulary
  25. VEDIT    VTR            screens editor virtual vocabulary
  26. VSUTIL   VTR            screens utilities virtual vocabulary
  27.  
  28.  
  29. BARE     BAT            to start the minimum system and hyperhelper
  30. MIN128   EXE            the minimum system
  31.  
  32. HM       EXE            the HyperHelper TSR browser
  33. LOVE     HTX            file used by HyperHelper
  34.  
  35. ASSEMBLY CFG            }
  36. LOVEA86  CFG            } assembler configuration files
  37. LOVEMASM CFG            }
  38. LOVEML6  CFG            }
  39. LOVETASM CFG            }
  40.  
  41. BUNBLOCK EXE            to convert screens to text and vice versa
  42.  
  43. RPN-ASM  DOC            RPN assembler documentation
  44.  
  45.  
  46.         Documentation
  47.  
  48. STARTING DOC
  49.     - some notes on L.O.V.E. FORTH and the Forth described by Brodie,
  50.       in Starting Forth
  51.  
  52. DOSCMD   DOC
  53.     - describes DOS access from L.O.V.E. Forth
  54.  
  55. SOURCE   DOC
  56.     - describes source code loading from disk
  57.     - describes how to use BLOCK disk storage
  58.  
  59. COMPAT83 DOC
  60.     - descibes differences between L.O.V.E. FORTH and other Forths.
  61.  
  62. VOCABS   DOC
  63.     - describes the functioning of vocabularies
  64.  
  65. REDEFINE DOC
  66.     - describes the redefinition word set
  67.  
  68. SEGMENT  DOC
  69.     - describes how Love Forth uses the 8086 segments
  70.  
  71. CPU80x86 DOC
  72.     - lists how 8086 registers are used
  73.  
  74. ASM&LINK DOC
  75.     - describes the assembler and linker
  76.  
  77. MEMGRAPH DOC
  78.     - the L.O.V.E. Forth Memory Map and examples of how words are
  79.       compiled
  80.  
  81. WORKING  DOC
  82.     - some notes on day to day work in L.O.V.E. Forth
  83.  
  84. README   DOC
  85.     - this documentation index
  86.  
  87. PROMPT90 TXT  } developer's special prompt word set
  88. PROMPT90 DOC  }
  89.  
  90. LOCALVAR DOC
  91.     - the local variables word set documentation
  92.